Linux is a family of open source Unix-like operating systems based on the Linux kernel.
Linux is famous for giving life to old hardware,powering most servers around the world,being lightweight and FOSS (Free Open Source Software).
UNIX is a popular multi-user, multitasking operating system (OS) developed at Bell Labs in the early 1970s.
A kernel is the foundational layer of an operating system (OS).It has complete control over everything in the system.
Functions:
Distributions:
There are many types of linux distributions (distro or OS) but mainly the given four are most popular and many distributions are based on them:
Every distro has different package management system and architecture.
Desktop Environments:
There are also many types of Desktop Environments (DE) which decided how you interact with your distro and what system utilities are present. Basically it means how your distro and desktop look and feel. Most popular ones are:
Linux Terminal
Most of the work in linux is done through it’s terminal (console).It is like cmd,powershell but more powerful. It is faster and more efficient as compare to GUI(Graphical User Interface).Most Linux distributions use bash shell by default.
Some of the functions possible through the Linux console terminal are:
GNU Bash or simply Bash is a Unix shell and command (terminal) language. Bash is a command processor that typically runs in a text window where the user types commands that cause actions. Bash can also read and execute commands from a file, called a shell script.
Root User - It is a special user account with administration privileges like admin in windows.